home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
lib
/
perl
/
time.ph
< prev
next >
Wrap
Text File
|
1991-08-11
|
145b
|
9 lines
if (!defined &_TIME) {
eval 'sub _TIME {1;}';
require 'cfuncproto.ph';
if (!defined &_TIME_T) {
eval 'sub _TIME_T {1;}';
}
}
1;